From 0079325bedea484e0c07e5ec8ebf295b8125b830 Mon Sep 17 00:00:00 2001 From: Krinkle Date: Sat, 28 May 2011 14:51:07 +0000 Subject: [PATCH] Fix type, follow-up r81615 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index cddaab7f75..5ddbbc0c65 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -434,7 +434,7 @@ $wgCacheSharedUploads = true; $wgAllowCopyUploads = false; /** * Allow asynchronous copy uploads. - * This feature is experimental is broken as of r81612. + * This feature is experimental and broken as of r81612. */ $wgAllowAsyncCopyUploads = false; -- 2.20.1